shortcutswindow: Remove unneeded deprecation guards
authorTimm Bäder <mail@baedert.org>
Mon, 17 Oct 2016 16:06:35 +0000 (18:06 +0200)
committerTimm Bäder <mail@baedert.org>
Thu, 20 Oct 2016 15:09:47 +0000 (17:09 +0200)
Leftovers from when it was still using a GtkArrow

gtk/gtkshortcutswindow.c

index d67d6ed450aecc97d2984734480db2ae780f3bae..dbe6419165e94c618c97bc5debe93db818c6c49c 100644 (file)
@@ -955,12 +955,10 @@ gtk_shortcuts_window_init (GtkShortcutsWindow *self)
                                    NULL);
   gtk_container_add (GTK_CONTAINER (menu_box), GTK_WIDGET (priv->menu_label));
 
-  G_GNUC_BEGIN_IGNORE_DEPRECATIONS;
   arrow = gtk_image_new_from_icon_name ("pan-down-symbolic",
                                         GTK_ICON_SIZE_BUTTON);
   gtk_widget_show (arrow);
   gtk_container_add (GTK_CONTAINER (menu_box), GTK_WIDGET (arrow));
-  G_GNUC_END_IGNORE_DEPRECATIONS;
 
   priv->popover = g_object_new (GTK_TYPE_POPOVER,
                                 "relative-to", priv->menu_button,